Html Css Color HEX #CCBDD5 Prelude

📋 copy color: '#CCBDD5'

red 204 ◦ green 189 ◦ blue 213

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

Shades of Prelude #CCBDD5

Tints of Prelude #CCBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.15%

R = 33.66%
G = 31.19%
B = 35.15%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCBDD5 (or 0xCCBDD5) is known color: Prelude. HEX triplet: CC, BD and D5. RGB value is (204,189,213). Sum of RGB (Red+Green+Blue) = 204+189+213=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD5 is #33422A. Grayscale: #C4C4C4. Windows color (decimal): -3359275 or 14007756. OLE color: 14007756.

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

Color convert

RGB 204 189 213 -
CMYK 0.04 0.11 0 0.16
HSL 277.5º 0.22% 0.79% -
HSV(B) 277.5º 0.11% 0.84% -
XYZ 55.11 54.04 70.48 -
YUV 196.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 204 189 213 0.04 0.11 0 0.16 277.5 0.22 0.79
Hex CC BD D5 4 B 0 10 116 16 4F
Octal 314 275 325 4 13 0 20 426 26 117
Binary 11001100 10111101 11010101 100 1011 0 10000 100010110 10110 1001111

Color Harmonies of #CCBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDD5

Black with #CCBDD5

Text Example


Text Example

White with #CCBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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