Html Css Color HEX #CCBDD8 Prelude

📋 copy color: '#CCBDD8'

red 204 ◦ green 189 ◦ blue 216

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

Shades of Prelude #CCBDD8

Tints of Prelude #CCBDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.03%

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 33.5%
G = 31.03%
B = 35.47%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCBDD8 (or 0xCCBDD8) is known color: Prelude. HEX triplet: CC, BD and D8. RGB value is (204,189,216). Sum of RGB (Red+Green+Blue) = 204+189+216=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD8 is #334227. Grayscale: #C4C4C4. Windows color (decimal): -3359272 or 14204364. OLE color: 14204364.

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

Color convert

RGB 204 189 216 -
CMYK 0.06 0.12 0 0.15
HSL 273.33º 0.26% 0.79% -
HSV(B) 273.33º 0.13% 0.85% -
XYZ 55.49 54.19 72.5 -
YUV 196.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 204 189 216 0.06 0.12 0 0.15 273.33 0.26 0.79
Hex CC BD D8 6 C 0 F 111 1A 4F
Octal 314 275 330 6 14 0 17 421 32 117
Binary 11001100 10111101 11011000 110 1100 0 1111 100010001 11010 1001111

Color Harmonies of #CCBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDD8

Black with #CCBDD8

Text Example


Text Example

White with #CCBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDD8; }

 p { color: rgb(204,189,216); }

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

background-color css

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

 a { background-color: rgb(204,189,216); }

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

border-color css

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

 span { border-color: rgb(204,189,216); }

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