Html Css Color HEX #CCBED4 Prelude

📋 copy color: '#CCBED4'

red 204 ◦ green 190 ◦ blue 212

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

Shades of Prelude #CCBED4

Tints of Prelude #CCBED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

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

R = 33.66%
G = 31.35%
B = 34.98%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCBED4 (or 0xCCBED4) is known color: Prelude. HEX triplet: CC, BE and D4. RGB value is (204,190,212). Sum of RGB (Red+Green+Blue) = 204+190+212=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED4 is #33412B. Grayscale: #C4C4C4. Windows color (decimal): -3359020 or 13942476. OLE color: 13942476.

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

Color convert

RGB 204 190 212 -
CMYK 0.04 0.10 0 0.17
HSL 278.18º 0.2% 0.79% -
HSV(B) 278.18º 0.1% 0.83% -
XYZ 55.2 54.42 69.88 -
YUV 196.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 204 190 212 0.04 0.10 0 0.17 278.18 0.2 0.79
Hex CC BE D4 4 A 0 11 116 14 4F
Octal 314 276 324 4 12 0 21 426 24 117
Binary 11001100 10111110 11010100 100 1010 0 10001 100010110 10100 1001111

Color Harmonies of #CCBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED4

Black with #CCBED4

Text Example


Text Example

White with #CCBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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