Html Css Color HEX #CCBDD0 Prelude

📋 copy color: '#CCBDD0'

red 204 ◦ green 189 ◦ blue 208

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

Shades of Prelude #CCBDD0

Tints of Prelude #CCBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.61%

R = 33.94%
G = 31.45%
B = 34.61%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBDD0 (or 0xCCBDD0) is known color: Prelude. HEX triplet: CC, BD and D0. RGB value is (204,189,208). Sum of RGB (Red+Green+Blue) = 204+189+208=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD0 is #33422F. Grayscale: #C3C3C3. Windows color (decimal): -3359280 or 13680076. OLE color: 13680076.

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

Color convert

RGB 204 189 208 -
CMYK 0.02 0.09 0 0.18
HSL 287.37º 0.17% 0.78% -
HSV(B) 287.37º 0.09% 0.82% -
XYZ 54.48 53.79 67.18 -
YUV 195.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 204 189 208 0.02 0.09 0 0.18 287.37 0.17 0.78
Hex CC BD D0 2 9 0 12 11F 11 4E
Octal 314 275 320 2 11 0 22 437 21 116
Binary 11001100 10111101 11010000 10 1001 0 10010 100011111 10001 1001110

Color Harmonies of #CCBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDD0

Black with #CCBDD0

Text Example


Text Example

White with #CCBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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