Html Css Color HEX #CCBED2 Prelude

📋 copy color: '#CCBED2'

red 204 ◦ green 190 ◦ blue 210

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

Shades of Prelude #CCBED2

Tints of Prelude #CCBED2

RGB

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

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

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

R = 33.77%
G = 31.46%
B = 34.77%

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

#CCBED2 (or 0xCCBED2) is known color: Prelude. HEX triplet: CC, BE and D2. RGB value is (204,190,210). Sum of RGB (Red+Green+Blue) = 204+190+210=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED2 is #33412D. Grayscale: #C4C4C4. Windows color (decimal): -3359022 or 13811404. OLE color: 13811404.

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

Color convert

RGB 204 190 210 -
CMYK 0.03 0.10 0 0.18
HSL 282º 0.18% 0.78% -
HSV(B) 282º 0.1% 0.82% -
XYZ 54.95 54.32 68.56 -
YUV 196.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 204 190 210 0.03 0.10 0 0.18 282 0.18 0.78
Hex CC BE D2 3 A 0 12 11A 12 4E
Octal 314 276 322 3 12 0 22 432 22 116
Binary 11001100 10111110 11010010 11 1010 0 10010 100011010 10010 1001110

Color Harmonies of #CCBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED2

Black with #CCBED2

Text Example


Text Example

White with #CCBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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