Html Css Color HEX #CCBAD1 Prelude

📋 copy color: '#CCBAD1'

red 204 ◦ green 186 ◦ blue 209

#CCBAD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CCBAD1

Tints of Prelude #CCBAD1

RGB

 RED value IS 204 (80.08% from 255) = 34.06%

 GREEN value IS 186 (73.05% from 255) = 31.05%

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 34.06%
G = 31.05%
B = 34.89%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBAD1 (or 0xCCBAD1) is known color: Prelude. HEX triplet: CC, BA and D1. RGB value is (204,186,209). Sum of RGB (Red+Green+Blue) = 204+186+209=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD1 is #33452E. Grayscale: #C1C1C1. Windows color (decimal): -3360047 or 13744844. OLE color: 13744844.

HSL color Cylindrical-coordinate representation of color #CCBAD1: hue angle of 286.96º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBAD1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 186 209 -
CMYK 0.02 0.11 0 0.18
HSL 286.96º 0.2% 0.77% -
HSV(B) 286.96º 0.11% 0.82% -
XYZ 53.97 52.56 67.62 -
YUV 194 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 204 186 209 0.02 0.11 0 0.18 286.96 0.2 0.77
Hex CC BA D1 2 B 0 12 11F 14 4D
Octal 314 272 321 2 13 0 22 437 24 115
Binary 11001100 10111010 11010001 10 1011 0 10010 100011111 10100 1001101

Color Harmonies of #CCBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAD1

Black with #CCBAD1

Text Example


Text Example

White with #CCBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAD1; }

 p { color: rgb(204,186,209); }

 H1.HeaderClassName
 {
   color: #CCBAD1;
 }
 .AnyTagClassName
 {
   color: #CCBAD1;
 }
</style>

background-color css

<style>
 a { background-color: #CCBAD1; }

 a { background-color: rgb(204,186,209); }

 div.DivClassName
 {
   background-color: #CCBAD1;
 }
 .BgClassName
 {
   background-color: #CCBAD1;
 }
</style>

border-color css

<style>
 span { border-color: #CCBAD1; }

 span { border-color: rgb(204,186,209); }

 td.TdClassName
 {
   border-color: #CCBAD1;
 }
 .TagClassName
 {
   border-color: #CCBAD1;
 }
</style>