Html Css Color HEX #CCBBDA Prelude

📋 copy color: '#CCBBDA'

red 204 ◦ green 187 ◦ blue 218

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

Shades of Prelude #CCBBDA

Tints of Prelude #CCBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.71%

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 33.5%
G = 30.71%
B = 35.8%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCBBDA (or 0xCCBBDA) is known color: Prelude. HEX triplet: CC, BB and DA. RGB value is (204,187,218). Sum of RGB (Red+Green+Blue) = 204+187+218=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDA is #334425. Grayscale: #C3C3C3. Windows color (decimal): -3359782 or 14334924. OLE color: 14334924.

HSL color Cylindrical-coordinate representation of color #CCBBDA: hue angle of 272.9º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBBDA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 187 218 -
CMYK 0.06 0.14 0 0.15
HSL 272.9º 0.3% 0.79% -
HSV(B) 272.9º 0.14% 0.85% -
XYZ 55.33 53.44 73.73 -
YUV 195.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 204 187 218 0.06 0.14 0 0.15 272.9 0.3 0.79
Hex CC BB DA 6 E 0 F 111 1E 4F
Octal 314 273 332 6 16 0 17 421 36 117
Binary 11001100 10111011 11011010 110 1110 0 1111 100010001 11110 1001111

Color Harmonies of #CCBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBDA

Black with #CCBBDA

Text Example


Text Example

White with #CCBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBDA; }

 p { color: rgb(204,187,218); }

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

background-color css

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

 a { background-color: rgb(204,187,218); }

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

border-color css

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

 span { border-color: rgb(204,187,218); }

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