Html Css Color HEX #CCBDD1 Prelude

📋 copy color: '#CCBDD1'

red 204 ◦ green 189 ◦ blue 209

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

Shades of Prelude #CCBDD1

Tints of Prelude #CCBDD1

RGB

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

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

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

R = 33.89%
G = 31.4%
B = 34.72%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBDD1 (or 0xCCBDD1) is known color: Prelude. HEX triplet: CC, BD and D1. RGB value is (204,189,209). Sum of RGB (Red+Green+Blue) = 204+189+209=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD1 is #33422E. Grayscale: #C3C3C3. Windows color (decimal): -3359279 or 13745612. OLE color: 13745612.

HSL color Cylindrical-coordinate representation of color #CCBDD1: hue angle of 285º degrees, saturation: 0.18, 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 #CCBDD1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 189 209 -
CMYK 0.02 0.10 0 0.18
HSL 285º 0.18% 0.78% -
HSV(B) 285º 0.1% 0.82% -
XYZ 54.61 53.84 67.83 -
YUV 195.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 204 189 209 0.02 0.10 0 0.18 285 0.18 0.78
Hex CC BD D1 2 A 0 12 11D 12 4E
Octal 314 275 321 2 12 0 22 435 22 116
Binary 11001100 10111101 11010001 10 1010 0 10010 100011101 10010 1001110

Color Harmonies of #CCBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDD1

Black with #CCBDD1

Text Example


Text Example

White with #CCBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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