Html Css Color HEX #CCBDD4 Prelude

📋 copy color: '#CCBDD4'

red 204 ◦ green 189 ◦ blue 212

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

Shades of Prelude #CCBDD4

Tints of Prelude #CCBDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 33.72%
G = 31.24%
B = 35.04%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCBDD4 (or 0xCCBDD4) is known color: Prelude. HEX triplet: CC, BD and D4. RGB value is (204,189,212). Sum of RGB (Red+Green+Blue) = 204+189+212=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD4 is #33422B. Grayscale: #C4C4C4. Windows color (decimal): -3359276 or 13942220. OLE color: 13942220.

HSL color Cylindrical-coordinate representation of color #CCBDD4: hue angle of 279.13º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBDD4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 189 212 -
CMYK 0.04 0.11 0 0.17
HSL 279.13º 0.21% 0.79% -
HSV(B) 279.13º 0.11% 0.83% -
XYZ 54.98 53.99 69.81 -
YUV 196.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 204 189 212 0.04 0.11 0 0.17 279.13 0.21 0.79
Hex CC BD D4 4 B 0 11 117 15 4F
Octal 314 275 324 4 13 0 21 427 25 117
Binary 11001100 10111101 11010100 100 1011 0 10001 100010111 10101 1001111

Color Harmonies of #CCBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDD4

Black with #CCBDD4

Text Example


Text Example

White with #CCBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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