Html Css Color HEX #CCBDD2 Prelude

📋 copy color: '#CCBDD2'

red 204 ◦ green 189 ◦ blue 210

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

Shades of Prelude #CCBDD2

Tints of Prelude #CCBDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.83%

R = 33.83%
G = 31.34%
B = 34.83%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBDD2 (or 0xCCBDD2) is known color: Prelude. HEX triplet: CC, BD and D2. RGB value is (204,189,210). Sum of RGB (Red+Green+Blue) = 204+189+210=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD2 is #33422D. Grayscale: #C3C3C3. Windows color (decimal): -3359278 or 13811148. OLE color: 13811148.

HSL color Cylindrical-coordinate representation of color #CCBDD2: hue angle of 282.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBDD2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 189 210 -
CMYK 0.03 0.10 0 0.18
HSL 282.86º 0.19% 0.78% -
HSV(B) 282.86º 0.1% 0.82% -
XYZ 54.73 53.89 68.49 -
YUV 195.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 204 189 210 0.03 0.10 0 0.18 282.86 0.19 0.78
Hex CC BD D2 3 A 0 12 11B 13 4E
Octal 314 275 322 3 12 0 22 433 23 116
Binary 11001100 10111101 11010010 11 1010 0 10010 100011011 10011 1001110

Color Harmonies of #CCBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDD2

Black with #CCBDD2

Text Example


Text Example

White with #CCBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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